bufio.Scanner.setErr (method)
8 uses
bufio (current package)
scan.go#L153: s.setErr(err)
scan.go#L194: s.setErr(ErrTooLong)
scan.go#L216: s.setErr(ErrBadReadCount)
scan.go#L221: s.setErr(err)
scan.go#L230: s.setErr(io.ErrNoProgress)
scan.go#L240: s.setErr(ErrNegativeAdvance)
scan.go#L244: s.setErr(ErrAdvanceTooFar)
scan.go#L252: func (s *Scanner) setErr(err error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |